home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / prtr1_2.zip / PRTR / DEMO2 / 0003.PR < prev    next >
Text File  |  1994-08-27  |  355b  |  23 lines

  1. $DESCRIPTION:
  2. Version: 4.129
  3.  
  4. If the source code does not have a "}" to match ever "{" no error is reported.  For example, the code below does not cause an error message when compiled.
  5.  
  6.   void main()
  7.   {
  8.     int i;
  9.     for (i=1; i<10; i++)
  10.     {
  11.        printf("hello world/n");
  12.   }
  13.  
  14.  
  15.  
  16.  
  17. $INVESTIGATION:
  18.  
  19. $RESOLUTION:
  20.  
  21. $VERIFICATION:
  22.  
  23.